home *** CD-ROM | disk | FTP | other *** search
- <!--See PassportExternalDtd.xml for details on how to use this DTD for validation-->
-
- <!--The element 'first_name', denoted by (+), may be displayed one or more times.-->
- <!ELEMENT passport_details (birth_cert,last_name,first_name+,address)>
- <!ELEMENT birth_cert (#PCDATA)>
- <!--The element 'birth_cert' conatins an entity '&cert;' which
- references data that is stored in a text file at the location
- 'http://www.xmlwriter.net/birth_cert.txt'. Entities help to reduce
- the entry of repetitive or large quantities of information.-->
- <!ENTITY cert SYSTEM "http://www.xmlwriter.net/examples/birth_cert.txt">
- <!ELEMENT last_name (#PCDATA)>
- <!ELEMENT first_name (#PCDATA)>
- <!--The element 'contact_no', denoted by (?), may be displayed zero or one times.
- The element 'email', denoted by (*), may be displayed zero or more times.-->
- <!ELEMENT address (street,(city|town),(state|province),(ZIP|postal_code),country,contact_no?,email*)>
- <!ELEMENT street (#PCDATA)>
- <!ELEMENT city (#PCDATA)>
- <!ELEMENT town (#PCDATA)>
- <!ELEMENT state (#PCDATA)>
- <!ELEMENT province (#PCDATA)>
- <!ELEMENT ZIP (#PCDATA)>
- <!ELEMENT postal_code (#PCDATA)>
- <!ELEMENT country (#PCDATA)>
- <!ELEMENT contact_no (#PCDATA)>
- <!ELEMENT email (#PCDATA)>
-
- <!--This file was created using XMLwriter v2.0 Beta 2.
- Copyright Wattle Software 2002. All rights reserved.
- http://XMLwriter.net/-->
-